projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f0280
)
entered into RCS
author
Paul Reilly
<pmr@pajato.com>
Sat, 10 Sep 1994 15:23:10 +0000
(15:23 +0000)
committer
Paul Reilly
<pmr@pajato.com>
Sat, 10 Sep 1994 15:23:10 +0000
(15:23 +0000)
lwlib/lwlib-int.h
patch
|
blob
|
history
diff --git
a/lwlib/lwlib-int.h
b/lwlib/lwlib-int.h
index 3c8534f7ef2f4eec9b14add4b3c52040ce1a2861..b2e816f185fadc7c28e89a6e6aaeb2b831052388 100644
(file)
--- a/
lwlib/lwlib-int.h
+++ b/
lwlib/lwlib-int.h
@@
-7,6
+7,7
@@
extern char *strdup (const char *);
extern int strcasecmp (const char *, const char *);
*/
+extern char *safe_strdup (char *);
typedef struct _widget_instance
{
@@
-49,5
+50,6
@@
lw_internal_update_other_instances ();
widget_value*
lw_get_widget_value_for_widget ();
-#endif /* LWLIB_INTERNAL_H */
+widget_info *lw_get_widget_info ();
+#endif /* LWLIB_INTERNAL_H */